+2004-10-22 Anders Carlsson <andersca@gnome.org>
+
+ * gtk/gtktexttag.c: (gtk_text_tag_get_property):
+ GdkBitmap is a GObject, not a boxed type.
+
Thu Oct 21 15:01:09 2004 Owen Taylor <otaylor@redhat.com>
#155952
+2004-10-22 Anders Carlsson <andersca@gnome.org>
+
+ * gtk/gtktexttag.c: (gtk_text_tag_get_property):
+ GdkBitmap is a GObject, not a boxed type.
+
Thu Oct 21 15:01:09 2004 Owen Taylor <otaylor@redhat.com>
#155952
+2004-10-22 Anders Carlsson <andersca@gnome.org>
+
+ * gtk/gtktexttag.c: (gtk_text_tag_get_property):
+ GdkBitmap is a GObject, not a boxed type.
+
Thu Oct 21 15:01:09 2004 Owen Taylor <otaylor@redhat.com>
#155952
+2004-10-22 Anders Carlsson <andersca@gnome.org>
+
+ * gtk/gtktexttag.c: (gtk_text_tag_get_property):
+ GdkBitmap is a GObject, not a boxed type.
+
Thu Oct 21 15:01:09 2004 Owen Taylor <otaylor@redhat.com>
#155952
case PROP_BACKGROUND_STIPPLE:
if (tag->bg_stipple_set)
- g_value_set_boxed (value, tag->values->appearance.bg_stipple);
+ g_value_set_object (value, tag->values->appearance.bg_stipple);
break;
case PROP_FOREGROUND_STIPPLE:
if (tag->fg_stipple_set)
- g_value_set_boxed (value, tag->values->appearance.fg_stipple);
+ g_value_set_object (value, tag->values->appearance.fg_stipple);
break;
case PROP_FONT: